home *** CD-ROM | disk | FTP | other *** search
- #ifndef __VersionCompareHeader__
- #include "VersionCompareHeader.h"
- #endif
-
- #ifndef __AtomExtenderHeader__
- #include "AtomExtenderHeader.h"
- #endif
-
-
- long GetRsrcVersion( ComputeVersionPBPtr myComputeVersionPBPtr )
- {
- long theVersionNumber = 0;
- long theCount = 4;
-
- ReadTargetData( myComputeVersionPBPtr->fCallBackProcPtr,
- &theCount, (Ptr)&theVersionNumber );
-
- return theVersionNumber;
- }
-
- // Because this include contains functions that
- // will be compiled, and we want to make sure
- // that our main entry point 'GetRsrcVersion()'
- // is placed at the top of the code resource
- // that is generated, this include statement
- // is put at the end of this file. Even better
- // method would be to compile this included file
- // as a seperate library and to link that library
- // to the GetRsrcVersion() object file.
- #include "AtomExtenderCBGlue.c"
-